home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / stoktrak.arc / STOKTRAK.DOC < prev    next >
Encoding:
Text File  |  1985-04-03  |  5.6 KB  |  118 lines

  1.          
  2.          
  3.                                      STOCKTRACK
  4.  
  5.                     Copyright (c) 1984 by Frederick Barthelme
  6.  
  7.                                 901 West Pine #17B
  8.                               Hattiesburg, MS  39401
  9.          
  10.          
  11.  
  12.          There is no documentation for STOCKTRACK.  Luckily, operation is 
  13.          pretty straightforward.  Initial letters of menu items 
  14.          appearing on line 25 do more or less what you might expect. 
  15.             
  16.          HINTS:
  17.          Run the program from DOS using the BAT file, as the latter sets 
  18.          up buffers to help move things along. 
  19.          
  20.          When loading a new portfolio (not STOKTRAK.POR), do not use the 
  21.          file extension (which must be POR for new portfolios), as it is 
  22.          supplied by the pgm.  This does not apply, however, when 
  23.          loading new data from the NEWDATA selection of the main 
  24.          internal menu.  This selection uses a file of any name with 
  25.          data the user will have gotten from CSERVE, SOURCE, DJ, etc. 
  26.          (take a look at STOKTRAK.NEW for file format--TICKER, VOLUME IN 
  27.          100s, PRICE in straight ASCII).  In any event, when asked for 
  28.          the name of the NEWDATA file, user supplies complete filename. 
  29.          
  30.          Little attempt was made to make STOKTRAK crash proof.  However, 
  31.          I can't recall having locked up the machine with it, so the 
  32.          worst that usually happens is being dumped out to BASIC.  RUN 
  33.          starts you over.  Data revisions are lost, and you must reload 
  34.          the portfolio from disk.
  35.          -----------------------------------------   
  36.          OPENING MENU:
  37.          The first menu looks like this--
  38.          
  39.          Load Save Return Modem ChgDate Basic Quit
  40.          
  41.          This is the only menu from which to LOAD or SAVE a portfolio 
  42.          and its data.  Subsequent menus after these commands allow you 
  43.          to change filenames for altered portfolios.  See above.
  44.          
  45.          RETURN allows user to reenter the portfolio and individual 
  46.          display sections after having saved a file.  Also, to enter the 
  47.          main section of the program for building a new portfolio from 
  48.          scratch with ADD from internal menu #1.
  49.          
  50.          MODEM dumps you to DOS, the better to connect with your 
  51.          communications program (via BATMENU, available on many BBSs).
  52.             
  53.          CHGDATE allows user to change the date in a portfolio's dir 
  54.          entry.  Format is MONTH <RTN> DAY <RTN> HOUR <RTN> MINUTE 
  55.          <RTN>.  Also, this is what is expected when the program first 
  56.          runs if your date is not 1984 (i.e., if you have not set date).
  57.          
  58.          BASIC dumps to BASIC.
  59.          
  60.          QUIT goes to DOS, after making sure.
  61.          ------------------------------------
  62.          INTERNAL MENU #1
  63.    Add Chg LPrint Week Individual NewDat XtraStoks Port Select Mkt Files Quit 
  64.  
  65.          ADD used a)to develop new portfolio by entering data manually, 
  66.          and b) to add stocks to an existing portfolio (manually).
  67.          
  68.          CHG is similar to ADD--used to alter EPS, NUM of SHARES, CUR 
  69.          PRICE, etc.
  70.          
  71.          LPRINT prints a version of the main portfolio display.
  72.          
  73.          WEEK sets the current PRICES IN MEMORY as the week-ending 
  74.          prices (for use on individual screens and in calc 10week avg).
  75.          
  76.          INDIVIDUAL displays stocks page-by-page with all of info on 
  77.          portfolio display, plus additional data and buy/sell 
  78.          calculations (rudimentary, I'm afraid).
  79.          
  80.          NEWDAT is for loading new info gleaned from one of the 
  81.          databases (CServe, Source, etc).  The data MUST be in the 
  82.          following format:
  83.                         TICKER,VOL-IN-HUNDREDS,PRICE
  84.          For example:          ACT,390,34.50
  85.          Other formats crash program.
  86.          
  87.          XTRASTOKS is another way to start portfolios using a word 
  88.          processor to develop an ASCII file.  Follow the instructions 
  89.          and look at STOKTRAK.POR for format.
  90.          
  91.          PORT is the main display key for showing all stocks (one to a 
  92.          line) with TICKER, BUY PRICE, CUR PRICE, CHG (from previous 
  93.          reading, NOT from BUY PRICE), VOL in hundreds, PRICE SALES 
  94.          RATIO, PRICE EARNINGS RATIO, PRICE TO BOOK VALUE, EARNINGS 
  95.          YIELD, DIVIDEND YIELD, PERCENT CHANGE (this one's CURRENT vs. 
  96.          BUY PRICE), COMMISSION (to buy AND sell, figure based on 
  97.          cut-rate broker), BREAK EVEN (BRK=) based on CUR PRICE 
  98.          purchase), PERCENT of PORTFOLIO, NET CHG after brokerage.  
  99.          After first screen and key EXCEPT "Q" or "q" goes to next set 
  100.          of eighteen stocks.  Note that the display attributes of 
  101.          various items change to represent direction and degree of 
  102.          change from last reading (again, not from BUY PRICE).  See line 
  103.          25 for slightly arcane explanation. 
  104.  
  105.          SELECT allows user to make up individual mini-portfolios by 
  106.          cycling through the tickers and punching "S" to include one.  
  107.          The DISPLAY command at the sub-menu displays the mini-port and 
  108.          returns user to main internal menu.
  109.          
  110.          MKT allows display and updating of market data.
  111.          
  112.          FILES is Files, the BASIC command.
  113.          
  114.          QUIT goes to entry menu to SAVE updated portfolio, or QUIT to 
  115.          BASIC or DOS, or LOAD a new portfolio.
  116.          ----------------------------------------------
  117.          9/2/84
  118.